* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.carousel {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
	position: relative;
}

/*.carousel:after {
	content: url(../images/bannerbe.png);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 50;
}*/

.carousel .pic_box {
	width: 10000px;
}

.carousel .pic_box li {
	float: left;
}

.carousel .pic_box li img {
	display: block;
}


/*.arrow {
	width: 44px;
	height: 88px;
	line-height: 88px;
	background: rgba(64, 64, 64, .3);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	transition: all 300ms;
}*/

/*.left {
	left: -10%;
}

.right {
	right: -10%;
}

.carousel:hover .left {
	left: 100px;
}

.carousel:hover .right {
	right: 100px;
}*/


/*.panel {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	margin: 0 auto;
}*/